Tootsville::Endpoint-Get-/ Meta-Game/ Ping→Txt

Function

Endpoint-Get-/ Meta-Game/ Ping→Txt names a function, with lambda list NIL:

Ping the server (test server presence and latency)

200: OK

This endpoint always returns the 6-character string: "pong"

Web Service Endpoint

This is a web service endpoint accessed by the HTTP method GET at the URI template /meta-game/ping. It returns a content-type of text/plain.

There are no URI parameters.

It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.

File

Defined in file src/endpoints/slash-meta-game.lisp.